home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3iasdssplitedges.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IASDSSPLITEDGES_H = 1;
- include("real/intact/r3intact.js")
- include("oops/r3vector.js")
- include("real/objects/r3subdiv.js")
-
-
- var R3CLID_IASDSSPLITEDGES = 1863;
-
-
-
-
-
-
-
- R3IASDSSPLITEDGESA_Splits = 1863500;
- function SetR3IASDSSPLITEDGESA_Splits(value) {
- R3Set(this.r3obj, R3IASDSSPLITEDGESA_Splits, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IASDSSPLITEDGESA_Splits() {
- return R3Get(this.r3obj, R3IASDSSPLITEDGESA_Splits, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Iasdssplitedges () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IASDSSPLITEDGES, arguments);
- }
- // Methods
-
- // Attributes
- this.GetSplits=GetR3IASDSSPLITEDGESA_Splits;
- this.SetSplits=SetR3IASDSSPLITEDGESA_Splits;
- }
-
- r3Iasdssplitedges.prototype=new r3Intact;
- // r3iasdssplitedges.h_H